window: Rename GTK+ Inspector in user-visible strings
authorPiotr Drąg <piotrdrag@gmail.com>
Thu, 21 Feb 2019 16:49:03 +0000 (17:49 +0100)
committerPiotr Drąg <piotrdrag@gmail.com>
Thu, 21 Feb 2019 16:49:44 +0000 (17:49 +0100)
gtk/gtkwindow.c

index ab5061d5f41541e60ae469157dd5816c58364ba6..8682969454d2514fd70a92d049dd4863a4258b99 100644 (file)
@@ -10380,10 +10380,10 @@ gtk_window_set_debugging (gboolean enable,
                                            GTK_DIALOG_MODAL|GTK_DIALOG_DESTROY_WITH_PARENT,
                                            GTK_MESSAGE_QUESTION,
                                            GTK_BUTTONS_NONE,
-                                           _("Do you want to use GTK+ Inspector?"));
+                                           _("Do you want to use GTK Inspector?"));
           gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (dialog),
-              _("GTK+ Inspector is an interactive debugger that lets you explore and "
-                "modify the internals of any GTK+ application. Using it may cause the "
+              _("GTK Inspector is an interactive debugger that lets you explore and "
+                "modify the internals of any GTK application. Using it may cause the "
                 "application to break or crash."));
 
           area = gtk_message_dialog_get_message_area (GTK_MESSAGE_DIALOG (dialog));